API Documentation
Public Member Functions | List of all members
nkScripts::ScriptObjectInterpreterView Class Referenceabstract

Base interface for an interpreter specific script object view. More...

Public Member Functions

 ScriptObjectInterpreterView (FUNCTION_PARAMETER_TYPE type)
 
virtual ~ScriptObjectInterpreterView ()
 
virtual ScriptObjectInterpreterReferencetoReference () const =0
 

Detailed Description

Base interface for an interpreter specific script object view.

In theory, should not be used by external code.

Constructor & Destructor Documentation

◆ ScriptObjectInterpreterView()

nkScripts::ScriptObjectInterpreterView::ScriptObjectInterpreterView ( FUNCTION_PARAMETER_TYPE  type)

Constructor.

Parameters
typeType of variable followed.

◆ ~ScriptObjectInterpreterView()

virtual nkScripts::ScriptObjectInterpreterView::~ScriptObjectInterpreterView ( )
virtual

Destructor.

Member Function Documentation

◆ toReference()

virtual ScriptObjectInterpreterReference* nkScripts::ScriptObjectInterpreterView::toReference ( ) const
pure virtual

Conversion to a reference.

Returns
The view converted to a reference.

The documentation for this class was generated from the following file: